home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 49
/
Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso
/
-serious-
/
gfxcard
/
chunkyppc
/
chunkyppcbase.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-11-29
|
190b
|
11 lines
#ifndef CHUNKYPPCBASE_H
typedef struct {
struct Library lib_node;
APTR seg_list;
struct ExecBase *sys_base;
int *Internal3;
} ChunkyPPC;
#endif